home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / gtrpcb14.zip / UPDATE.DOC < prev   
Text File  |  1989-04-24  |  3KB  |  67 lines

  1.  
  2.                         Updates to the GTRUNPCB Package
  3.  
  4.  
  5. December 24, 1988:
  6.  
  7.    First official release of the GTRUNPCB programs, which included 
  8.    MAKE_DAT (to make the PCBOARD.DAT file) and MAKE_SYS (to make the 
  9.    PCBOARD.SYS file).  Both work with PCBoard version 12.1 and 14.0 
  10.    file formats.
  11.  
  12.  
  13. April 14, 1989:
  14.  
  15.    A minor change was made by Clark Development Co. to the header of the 
  16.    version 14.0 format PCBOARD.DAT file.  This has been 'fixed' in my 
  17.    MAKE_DAT program which generates that file. 
  18.  
  19.    This date marks the first official release of MAKE_USR, which generates 
  20.    and maintains the PCBoard file USERS, both for version 12.1 and 14.0 
  21.    formats.  It wasn't included in the initial release package because it 
  22.    wasn't done by then, and I wanted to get the others 'out the door' while I 
  23.    worked on this one.
  24.  
  25.  
  26. April 15, 1989:
  27.  
  28.    Well, that didn't last long...  In the course of setting up one of the 
  29.    doors I wanted to run, I found something that needed to be changed.  
  30.    MAKE_USR did what it was supposed to do, but I didn't think of what this 
  31.    one particular door might want to have done.  Now, not only will it 
  32.    create the USERS file, adding new entries as it goes along, it also 
  33.    updates certain fields in existing entries to keep them up-to-date on 
  34.    logon dates, etc.  Now, ProDoor will work properly with this thing!
  35.  
  36.  
  37. April 24, 1989:
  38.  
  39.    Some more minor changes were done to MAKE_USR, and I believe it's in 
  40.    it's final version, now.  It found out PCBoard is backwards in the way 
  41.    it defines the user's conference registrations, so I had it setting the 
  42.    user's registration to area #7, instead of area #0 (Main) by default.  
  43.    It's fixed now.  I also now have it update the user's daily download 
  44.    byte status, so now when running something like ProDoor, when a new day 
  45.    rolls around, his download byte info is reset to the new day's limit of 
  46.    one megabyte (my 'default').  Otherwise, it would just build up until 
  47.    there was no more. 
  48.    
  49.    Also, I misinterpreted that data field's meaning at first, thinking that 
  50.    was his 'limit' for any one day.  Instead it was supposed to measure how 
  51.    much he's downloaded so far, so a user would've gotten a message saying 
  52.    he's already downloaded up to his limit for the day, even if he didn't 
  53.    download at ALL in that door! 
  54.  
  55.    Added a new feature to MAKE_SYS, for use with PCBoard ver. 14.0 format 
  56.    .SYS files, to allow the use of an '/n' switch, which will accept a node 
  57.    number on multi-node systems (for use with the new multi-node compatible 
  58.    GT 15.00).  After the node number, and separated with a colon, may be 
  59.    either an 'A' or a 'U' to indicate to PCBoard doors that use 'node 
  60.    chatting' functions that this node is either 'available' or 
  61.    'unavailable' for chatting.  An example might be: 
  62.  
  63.         MAKE_SYS /v:14 /n:1:a 
  64.  
  65.    which would mean node 1 is 'available' for node chatting. 
  66.  
  67.